Xbasic

FILE_DROP_FROM_DB Function

Syntax

N file_drop_from_db(C table_or_set_to_drop )

Arguments

table_or_set_to_drop

The full filename and path of the Alpha table being removed.

Description

FILE_DROP_FROM_DB() drops the table (.dbf) or set (.set) from the database (the .adb file) so that the Table_Filename no longer appears in the Control Panel. Can take a CRLF delimited list.

Example

This script drops a table from the Control Panel.

FILE_DROP_FROM_DB("c:\Alpha Anywhere\data\customer.dbf")

Limitations

Desktop applications only.

See Also